inherited FileTweaksPrefsFrame: TFileTweaksPrefsFrame Caption = 'File Views' inherited DefaultBtn: TUiButton TabOrder = 1 end object GeneralGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 409 Height = 201 Caption = 'General' TabOrder = 0 object ComparisonPriorityLbl: TUiLabel Left = 8 Top = 20 Height = 13 Caption = 'Comparison priority:' FocusControl = ComparisonPriorityEdit end object BinaryCompareBufSizeLbl: TUiLabel Left = 8 Top = 68 Height = 13 Caption = 'Buffer size for binary compare:' FocusControl = BinaryCompareBufSizeEdit end object BinaryCompareBufSizeBytesLbl: TUiLabel Left = 96 Top = 88 Height = 13 Caption = 'bytes' FocusControl = BinaryCompareBufSizeEdit end object ComparisonPriorityEdit: TUiComboBox Left = 8 Top = 36 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 1 TabOrder = 0 OnChange = SomethingChangedClick Items.WideStrings = ( 'Low' 'Normal' 'High') end object BinaryCompareBufSizeEdit: TUiSpinEdit Left = 8 Top = 84 Width = 81 Height = 21 Min = 1 Position = 1 TabOrder = 1 OnChange = SomethingChangedClick end object SingleVertScrollBarEdit: TUiCheckBox Left = 8 Top = 116 Height = 17 Caption = 'Single vertical scrollbar' TabOrder = 2 OnClick = SomethingChangedClick end object RightVertScrollBarEdit: TUiCheckBox Left = 24 Top = 136 Height = 17 Caption = 'In right editor' TabOrder = 3 OnClick = SomethingChangedClick end object UseLeftPctEdit: TUiCheckBox Left = 8 Top = 156 Height = 17 Caption = 'Sticky splitter position' TabOrder = 4 OnClick = SomethingChangedClick end object ReplaceAutoCloseEdit: TUiCheckBox Left = 8 Top = 176 Height = 17 Caption = 'Close Replace dialog automatically' TabOrder = 5 OnClick = SomethingChangedClick end end end